CentOS 7
Sponsored Link

oVirt 4.1 : Configure oVirt Node
2015/07/12
 
Configure oVirt Node. This example is based on the environment below.
                                        +----------------------+
                               10.0.0.30| [ oVirt Management ] |
                                  +-----+    dlp.srv.world     |
+-----------------+               |     |                      |
|                 |10.0.0.100     |     +----------------------+
| Client Computer |---------------+
|                 |               |     +----------------------+
+-----------------+               |     |    [ oVirt Node ]    |
                                  +-----+   node01.srv.world   |
                               10.0.0.51|                      |
                                        +----------------------+

[1]
Install KVM on oVirt Node, refer to here.
(For bridge network settings in the section [2] on the link, it's no needs to configure it)
[2] Install some required packages for oVirt node. It's OK all.
For other some required settings, bridge networking and other, it will be configured automatically by oVirt admin server.
[root@node01 ~]#
yum -y install http://resources.ovirt.org/pub/yum-repo/ovirt-release41.rpm
[root@node01 ~]#
yum -y install vdsm
 
Tweet